Click or drag to resize

MediaCollection Methods

The MediaCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Media)
Adds a Media to the collection.
Public methodAdd(MediaCollection)
Adds a MediaCollection to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the MediaCollection contains a specific Time.
Public methodCopyTo
Copies an Media array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of the specified node in the collection.
Public methodInsert
Inserts the specified Media at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Media from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also